Overload | Description |
---|---|
Add(NKeyValuePair<TKey,TValue>) | Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists. |
Add(TKey,TValue) | Adds the specified key-value pair. Throws an exception if a value for the specified key exists. |